home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9469 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: goto(x,y) ?
  5. Date: 10 Mar 1996 09:36:30 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4hv3uuINNojl@keats.ugrad.cs.ubc.ca>
  8. References: <NEWTNews.826227097.15421.mischap@ttserver>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <NEWTNews.826227097.15421.mischap@ttserver>,
  12.  <jordan@dark4ce.xs4all.nl> wrote:
  13.  >
  14.  >Is there a similar function in ansi c (under linux)
  15.  
  16. 'goto' is a reserved keyword in the C language, used to branch to a labelled
  17. statement.
  18.  
  19. I believe that the issue of full-screen terminal interaction is adequately
  20. covered in the FAQ for this newsgroup.
  21.  
  22.  >I heard something about ncurses?
  23.  
  24. Why not read the manuals?
  25.  
  26.  >Someone with an example?
  27.  
  28. Uh.. like a ton of freeware that uses ncurses?
  29.  
  30. The ncurses distribution comes with a directory full of little demo programs.
  31.  
  32. What was your C question?
  33.  
  34.  >Grtz Jordan
  35.  >
  36.  >PS: please respond by mail.
  37.  
  38. Certainly. Your time is far too valuable to go back to the newsgroup and wade
  39. through to the responses. Too valuable to read the FAQ, freeware documentation
  40. or the K&R2 book which quite comprehensively describes the standard library
  41. defined by ANSI C.
  42. -- 
  43.  
  44.